perm filename READIN.FIX[B2,JMC] blob sn#760758 filedate 1984-07-10 generic text, type C, neo UTF8
COMMENT ⊗   VALID 00004 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	small Fixes
C00004 00003
C00006 00004	maclisp names not supported by commonlisp
C00007 ENDMK
C⊗;
small Fixes

Chapter 1

1. 4th line from bottom, page 5 : "and and" = and ***fixed
2.last sentence of section 8 should be flushed and the preceding paragraph
  should be changed so as to only refer to COMMONLISP***fixed
3.section 10 should be flushed
4. the last two paragraphs of section 11 should be flushed
5.(small?) the last paragraph of section 13 should be either flushed or
  corrected
6.check that the occurences of "atom" refer to atoms and not symbols
7.add to the first paragraph on page 25 a remark concering "'" = "QUOTE"***fixed?
8.page 23 should contain the internal form of f[au]
9.include "defun" clause in eval?

CLT complaints etc.

Can we talk about sexpressions as trees/graphs rather than strings of characters.

I think there is an excess of trivial examples

symbols vs atoms
  
propositional terms should be flushed - they have nothing to do with
real lisp, and have no advantages for proving or formalization

and/or/not - move to conditional section as defined abbreviations
the truth table → exercise

IF being available as standard form - perhaps we should use it
for the internal form of if.  Introduce cond in impure chapter?

Where to define numberp??
Answer: line 53 p2 readc needs correcting and that para contains the first mention
of numberp

label should be flushed

member - what does commonlisp return??
Answer: clisp returns the remainder of the tail of the list beginning with
the first ocurence of the searched for entity.. nil if none.
maclisp names not supported by commonlisp

for example

sub1 →→ 1-  incompatibly
add1 →→ 1+